Get Company
AutomatR.HubSpot.Activities.GetCompany
The "Get Company" activity in AutomatR is part of the HubSpot activities package, allowing users to retrieve detailed information about a company based on its ID from their HubSpot user account. This activity facilitates the retrieval of company data for use in automation workflows.
Properties
Name | Description |
---|---|
Input | |
Company ID | Enter the ID for the company for which information needs to be retrieved. String variables containing the company ID. |
Misc | |
Display Name | Provides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name. |
Optional | |
Delay | Enter the wait time in seconds (Example: 5 seconds) to start the activity. |
Output | |
Result | Returns the response as a HubSpotCompanyResult response. Variables of type HubSpotCompanyResult to store the retrieved company information. |
How to use:
- Drag and drop the "Get Company" activity onto the workflow.
- Configure the properties by specifying the company ID for which information needs to be retrieved.
- Optionally, configure the delay.
- Execute the workflow to retrieve detailed information about the specified company.
Example: Consider an example where the "Get Company" activity is used to retrieve information about a company with the ID "ABC123":
Get Company:
Company ID: "ABC123"
Result: companyDetails
In this example, the activity fetches detailed information about the company with the ID "ABC123" from the HubSpot user account. The result is stored in the variable "companyDetails" for further handling in the workflow.